wayland: Remove a few unused variables
authorMatthias Clasen <mclasen@redhat.com>
Sat, 23 Mar 2013 22:31:20 +0000 (18:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 23 Mar 2013 22:31:20 +0000 (18:31 -0400)
gdk/wayland/gdkdevice-wayland.c

index 800229cf0ea7fc6ccf0c6c519bf302fe2b477585..cc942ebe0d625ddc36267aafd013a44306ab237b 100644 (file)
@@ -106,8 +106,6 @@ typedef struct _GdkWaylandDeviceManagerClass GdkWaylandDeviceManagerClass;
 struct _GdkWaylandDeviceManager
 {
   GdkDeviceManager parent_object;
-  GdkDevice *core_pointer;
-  GdkDevice *core_keyboard;
   GList *devices;
 };